home *** CD-ROM | disk | FTP | other *** search
/ Champak 123 / (Vol 123) Jan 13 2011.iso / Games / bread-cooking.swf / scripts / frame_84 / PlaceObject2_65_980 / CLIPACTIONRECORD onClipEvent(mouseMove).as < prev    next >
Text File  |  2011-01-13  |  196b  |  13 lines

  1. onClipEvent(mouseMove){
  2.    if(_root.isGameOver)
  3.    {
  4.       return undefined;
  5.    }
  6.    if(isDrag)
  7.    {
  8.       _X = _X + _xmouse;
  9.       _Y = _Y + _ymouse;
  10.       updateAfterEvent();
  11.    }
  12. }
  13.